<?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; Propertiesオブジェクト</title>
	<atom:link href="http://asp.verygoodtown.com/category/reference/ado/properties-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>Refresh</title>
		<link>http://asp.verygoodtown.com/2009/08/refresh-3</link>
		<comments>http://asp.verygoodtown.com/2009/08/refresh-3#comments</comments>
		<pubDate>Thu, 13 Aug 2009 01:30:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Propertiesオブジェクト]]></category>

		<guid isPermaLink="false">http://asp.verygoodtown.com/?p=640</guid>
		<description><![CDATA[(PWS4 IIS4 IIS5)
Refresh &#8212; コレクションのオブジェクトを更新し、プロバイダから使用可能な、プロバイダに固有のオブジェクトを反映します。
構文
collection.Refresh
パラメータ


collection
Properties コレクションを指定します。 


戻り値
オブジェクトへの参照を返します。
説明
Refresh メソッドは、どのコレクションから呼び出すかによって異なるタスクを実行します。
オブジェクトの中には、Properties コレクションで Refresh メソッドを使用すると、プロバイダが公開するダイナミックプロパティによって Properties コレクションを更新するものがあります。これらのプロパティは、ADO でサポートされている組み込みプロパティにはない、プロバイダに固有の機能に関する情報を提供します。
]]></description>
			<content:encoded><![CDATA[<p>(PWS4 IIS4 IIS5)<br />
Refresh &#8212; コレクションのオブジェクトを更新し、プロバイダから使用可能な、プロバイダに固有のオブジェクトを反映します。</p>
<h3>構文</h3>
<p>collection.<strong>Refresh</strong></p>
<h3>パラメータ</h3>
<table class="table_list">
<tr>
<th>collection</th>
<td>Properties コレクションを指定します。 </td>
</tr>
</table>
<h3>戻り値</h3>
<p>オブジェクトへの参照を返します。</p>
<h3>説明</h3>
<p>Refresh メソッドは、どのコレクションから呼び出すかによって異なるタスクを実行します。</p>
<p>オブジェクトの中には、Properties コレクションで Refresh メソッドを使用すると、プロバイダが公開するダイナミックプロパティによって Properties コレクションを更新するものがあります。これらのプロパティは、ADO でサポートされている組み込みプロパティにはない、プロバイダに固有の機能に関する情報を提供します。</p>
]]></content:encoded>
			<wfw:commentRss>http://asp.verygoodtown.com/2009/08/refresh-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Item</title>
		<link>http://asp.verygoodtown.com/2009/08/item-5</link>
		<comments>http://asp.verygoodtown.com/2009/08/item-5#comments</comments>
		<pubDate>Thu, 13 Aug 2009 01:29:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Propertiesオブジェクト]]></category>

		<guid isPermaLink="false">http://asp.verygoodtown.com/?p=638</guid>
		<description><![CDATA[(PWS4 IIS4 IIS5)
Item &#8212; コレクションの特定のメンバをその名前またはインデックスで示します。
構文
Set object = collection.Item( Index )
パラメータ


Index
コレクション内のオブジェクト名またはインデックスと評価されるバリアント型 (Variant) の値を指定します。


戻り値
オブジェクトへの参照を返します。
説明
コレクション内の特定のオブジェクトを返すには、Item プロパティを使います。コレクション内で Item が Index 引数に対応するオブジェクトを見つけられない場合、エラーが発生します。また、コレクションの中には名前付きオブジェクトをサポートしていないものもあります。このようなコレクションでは、その序数参照を使う必要があります。
Item プロパティはすべてのコレクションの既定プロパティなので、次のいずれの構文形式でも同じ結果が得られます。
例
12collection.Item (Index)
collection (Index)
]]></description>
			<content:encoded><![CDATA[<p>(PWS4 IIS4 IIS5)<br />
Item &#8212; コレクションの特定のメンバをその名前またはインデックスで示します。</p>
<h3>構文</h3>
<p>Set object = <strong>collection.Item</strong>( Index )</p>
<h3>パラメータ</h3>
<table class="table_list">
<tr>
<th>Index</th>
<td>コレクション内のオブジェクト名またはインデックスと評価されるバリアント型 (Variant) の値を指定します。</td>
</tr>
</table>
<h3>戻り値</h3>
<p>オブジェクトへの参照を返します。</p>
<h3>説明</h3>
<p>コレクション内の特定のオブジェクトを返すには、Item プロパティを使います。コレクション内で Item が Index 引数に対応するオブジェクトを見つけられない場合、エラーが発生します。また、コレクションの中には名前付きオブジェクトをサポートしていないものもあります。このようなコレクションでは、その序数参照を使う必要があります。</p>
<p>Item プロパティはすべてのコレクションの既定プロパティなので、次のいずれの構文形式でも同じ結果が得られます。</p>
<h3>例</h3>
<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000080;">collection</span>.Item (Index)<br />
<span style="color: #000080;">collection</span> (Index)</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://asp.verygoodtown.com/2009/08/item-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Count</title>
		<link>http://asp.verygoodtown.com/2009/08/count-6</link>
		<comments>http://asp.verygoodtown.com/2009/08/count-6#comments</comments>
		<pubDate>Thu, 13 Aug 2009 01:28:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Propertiesオブジェクト]]></category>

		<guid isPermaLink="false">http://asp.verygoodtown.com/?p=636</guid>
		<description><![CDATA[(PWS4 IIS4 IIS5)
Count &#8212; コレクション内のオブジェクト数を示します。
構文
object.Count
パラメータ


object
Properties コレクションを指定します。 


戻り値
長整数型 (Long) の値を返します。
説明
Count プロパティは、コレクション内のオブジェクトの数を調べるために使います。
コレクションのメンバは 0 から順に番号が割り当てられるため、ループを使う場合は常に 0 から始めて、Count プロパティより 1 小さい値で終わらせる必要があります。Microsoft Visual Basic を使っていて、ループ内で Count プロパティをチェックせずにコレクションのメンバを指定するには、For Each&#8230;Next コマンドを使います。
Count プロパティが 0 の場合、コレクションにはオブジェクトが含まれていないことを意味します。
]]></description>
			<content:encoded><![CDATA[<p>(PWS4 IIS4 IIS5)<br />
Count &#8212; コレクション内のオブジェクト数を示します。</p>
<h3>構文</h3>
<p>object.<strong>Count</strong></p>
<h3>パラメータ</h3>
<table class="table_list">
<tr>
<th>object</th>
<td>Properties コレクションを指定します。 </td>
</tr>
</table>
<h3>戻り値</h3>
<p>長整数型 (Long) の値を返します。</p>
<h3>説明</h3>
<p>Count プロパティは、コレクション内のオブジェクトの数を調べるために使います。</p>
<p>コレクションのメンバは 0 から順に番号が割り当てられるため、ループを使う場合は常に 0 から始めて、Count プロパティより 1 小さい値で終わらせる必要があります。Microsoft Visual Basic を使っていて、ループ内で Count プロパティをチェックせずにコレクションのメンバを指定するには、For Each&#8230;Next コマンドを使います。</p>
<p>Count プロパティが 0 の場合、コレクションにはオブジェクトが含まれていないことを意味します。</p>
]]></content:encoded>
			<wfw:commentRss>http://asp.verygoodtown.com/2009/08/count-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

