<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>サンプルコードで学ぶASP &#187; Propertyオブジェクト</title>
	<atom:link href="http://asp.verygoodtown.com/category/reference/ado/ado-property-object/feed" rel="self" type="application/rss+xml" />
	<link>http://asp.verygoodtown.com</link>
	<description>レガシーなASPの使い方をコード付きで紹介します。</description>
	<lastBuildDate>Tue, 13 Apr 2010 02:25:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Value</title>
		<link>http://asp.verygoodtown.com/2009/08/value-3</link>
		<comments>http://asp.verygoodtown.com/2009/08/value-3#comments</comments>
		<pubDate>Thu, 13 Aug 2009 01:21:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Propertyオブジェクト]]></category>

		<guid isPermaLink="false">http://asp.verygoodtown.com/?p=632</guid>
		<description><![CDATA[(PWS4 IIS4 IIS5)
Value &#8212; Property オブジェクトに割り当てられた値を示します。
構文
object.Value
パラメータ


object
Property オブジェクトを指定します。 


設定値と戻り値
オブジェクトの値を表すバリアント型 (Variant) の値を設定します。また、値の取得も可能です。既定値は、Type プロパティの設定によって異なります。
説明
Property オブジェクトでプロパティを設定または取得するときは、Value プロパティを使います。Value プロパティは、状況に応じて読み取り/書き込み可能になったり、読み取り専用になります。詳細については、関連するオブジェクトのトピックを参照してください。
ADO では、Value プロパティを使って長バイナリ型 (Long Binary) データを設定したり、返すことができます。
注意 Parameter オブジェクトの場合、ADO は、プロバイダから一度だけ Value プロパティを読み取ります。コマンドに Value プロパティが空の Parameter があり、そのコマンドから Recordset を作成する場合は、Value プロパティを取得する前に必ず Recordset を閉じてください。そうしないと、プロバイダによっては Value プロパティが空になり、正しい値が設定されないことがあります。
]]></description>
			<content:encoded><![CDATA[<p>(PWS4 IIS4 IIS5)<br />
Value &#8212; Property オブジェクトに割り当てられた値を示します。</p>
<h3>構文</h3>
<p>object.<strong>Value</strong></p>
<h3>パラメータ</h3>
<table class="table_list">
<tr>
<th>object</th>
<td>Property オブジェクトを指定します。 </td>
</tr>
</table>
<h3>設定値と戻り値</h3>
<p>オブジェクトの値を表すバリアント型 (Variant) の値を設定します。また、値の取得も可能です。既定値は、Type プロパティの設定によって異なります。</p>
<h3>説明</h3>
<p>Property オブジェクトでプロパティを設定または取得するときは、Value プロパティを使います。Value プロパティは、状況に応じて読み取り/書き込み可能になったり、読み取り専用になります。詳細については、関連するオブジェクトのトピックを参照してください。</p>
<p>ADO では、Value プロパティを使って長バイナリ型 (Long Binary) データを設定したり、返すことができます。</p>
<p>注意 Parameter オブジェクトの場合、ADO は、プロバイダから一度だけ Value プロパティを読み取ります。コマンドに Value プロパティが空の Parameter があり、そのコマンドから Recordset を作成する場合は、Value プロパティを取得する前に必ず Recordset を閉じてください。そうしないと、プロバイダによっては Value プロパティが空になり、正しい値が設定されないことがあります。</p>
]]></content:encoded>
			<wfw:commentRss>http://asp.verygoodtown.com/2009/08/value-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Type</title>
		<link>http://asp.verygoodtown.com/2009/08/type-3</link>
		<comments>http://asp.verygoodtown.com/2009/08/type-3#comments</comments>
		<pubDate>Thu, 13 Aug 2009 01:16:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Propertyオブジェクト]]></category>

		<guid isPermaLink="false">http://asp.verygoodtown.com/?p=625</guid>
		<description><![CDATA[(PWS4 IIS4 IIS5)
Type &#8212; Property オブジェクトの操作の種類またはデータ型を示します。
構文
object.Type
パラメータ


object
Property オブジェクトを指定します。 


設定値と戻り値
DataTypeEnum 値を設定します。また、値の取得も可能です。
説明
読み取り専用になります。
]]></description>
			<content:encoded><![CDATA[<p>(PWS4 IIS4 IIS5)<br />
Type &#8212; Property オブジェクトの操作の種類またはデータ型を示します。</p>
<h3>構文</h3>
<p>object.<strong>Type</strong></p>
<h3>パラメータ</h3>
<table class="table_list">
<tr>
<th>object</th>
<td>Property オブジェクトを指定します。 </td>
</tr>
</table>
<h3>設定値と戻り値</h3>
<p>DataTypeEnum 値を設定します。また、値の取得も可能です。</p>
<h3>説明</h3>
<p>読み取り専用になります。</p>
]]></content:encoded>
			<wfw:commentRss>http://asp.verygoodtown.com/2009/08/type-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Name</title>
		<link>http://asp.verygoodtown.com/2009/08/name-4</link>
		<comments>http://asp.verygoodtown.com/2009/08/name-4#comments</comments>
		<pubDate>Thu, 13 Aug 2009 01:14:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Propertyオブジェクト]]></category>

		<guid isPermaLink="false">http://asp.verygoodtown.com/?p=623</guid>
		<description><![CDATA[(PWS4 IIS4 IIS5)
Name &#8212; Property オブジェクトの Name プロパティは、Property オブジェクトによって定義されているカスタム プロパティの一意なユーザー割り当ての名前を格納します。
構文
object.Name
パラメータ


object
Property オブジェクトを指定します。 


戻り値
String
]]></description>
			<content:encoded><![CDATA[<p>(PWS4 IIS4 IIS5)<br />
Name &#8212; Property オブジェクトの Name プロパティは、Property オブジェクトによって定義されているカスタム プロパティの一意なユーザー割り当ての名前を格納します。</p>
<h3>構文</h3>
<p>object.<strong>Name</strong></p>
<h3>パラメータ</h3>
<table class="table_list">
<tr>
<th>object</th>
<td>Property オブジェクトを指定します。 </td>
</tr>
</table>
<h3>戻り値</h3>
<p>String</p>
]]></content:encoded>
			<wfw:commentRss>http://asp.verygoodtown.com/2009/08/name-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attributes</title>
		<link>http://asp.verygoodtown.com/2009/08/attributes-4</link>
		<comments>http://asp.verygoodtown.com/2009/08/attributes-4#comments</comments>
		<pubDate>Thu, 13 Aug 2009 01:12:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Propertyオブジェクト]]></category>

		<guid isPermaLink="false">http://asp.verygoodtown.com/?p=621</guid>
		<description><![CDATA[(PWS4 IIS4 IIS5)
Attributes &#8212; オブジェクトの 1 つ以上の特性を示します。
構文
object.Attributes = value
パラメータ


object
Property オブジェクトを指定します。


value
オブジェクトの属性
以下の値が value パラメータ文字列として認識されます


定数
値
内容


adPropNotSupported
0
プロパティをサポートしていない


adPropRequied
1
データソース初期化に指定要


adPropOptional
2
データソース初期化可能


adPropRead
512
プロパティ読取可能


adPropWrite
1024
プロパティ設定可能 





設定値と戻り値
長整数型 (Long) の値を設定します。また、値の取得も可能です。
Property オブジェクトの場合、Attributes プロパティは読み取り専用で、その値は、1 つ以上の PropertyAttributesEnum 値の和になります。
説明
Property オブジェクトの場合、Attributes プロパティは読み取り/書き込み可能で、その値は 1 つ以上の ParameterAttributesEnum 値の和になります。既定値は adParamSigned です。
複数の属性を設定する場合、該当する定数の和を設定することができます。同時に設定できない定数の和をプロパティ値に設定すると、エラーが発生します。
]]></description>
			<content:encoded><![CDATA[<p>(PWS4 IIS4 IIS5)<br />
Attributes &#8212; オブジェクトの 1 つ以上の特性を示します。</p>
<h3>構文</h3>
<p>object.<strong>Attributes</strong> = value</p>
<h3>パラメータ</h3>
<table class="table_list">
<tr>
<th>object</th>
<td>Property オブジェクトを指定します。</td>
</tr>
<tr>
<th>value</th>
<td>オブジェクトの属性</p>
<h4>以下の値が value パラメータ文字列として認識されます</h4>
<table class="table_list_deep">
<tr>
<th>定数</th>
<th>値</th>
<th>内容</th>
</tr>
<tr>
<td>adPropNotSupported</td>
<td>0</td>
<td>プロパティをサポートしていない</td>
</tr>
<tr>
<td>adPropRequied</td>
<td>1</td>
<td>データソース初期化に指定要</td>
</tr>
<tr>
<td>adPropOptional</td>
<td>2</td>
<td>データソース初期化可能</td>
</tr>
<tr>
<td>adPropRead</td>
<td>512</td>
<td>プロパティ読取可能</td>
</tr>
<tr>
<td>adPropWrite</td>
<td>1024</td>
<td>プロパティ設定可能 </td>
</tr>
</table>
</td>
</tr>
</table>
<h3>設定値と戻り値</h3>
<p>長整数型 (Long) の値を設定します。また、値の取得も可能です。</p>
<p>Property オブジェクトの場合、Attributes プロパティは読み取り専用で、その値は、1 つ以上の PropertyAttributesEnum 値の和になります。</p>
<h3>説明</h3>
<p>Property オブジェクトの場合、Attributes プロパティは読み取り/書き込み可能で、その値は 1 つ以上の ParameterAttributesEnum 値の和になります。既定値は adParamSigned です。</p>
<p>複数の属性を設定する場合、該当する定数の和を設定することができます。同時に設定できない定数の和をプロパティ値に設定すると、エラーが発生します。</p>
]]></content:encoded>
			<wfw:commentRss>http://asp.verygoodtown.com/2009/08/attributes-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

