次の方法で共有


ForEachSchemaRowsetEnumerator.SchemaRowset プロパティ

スキーマの GUID を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
アセンブリ:  Microsoft.SqlServer.ForEachADOEnumerator (Microsoft.SqlServer.ForEachADOEnumerator.dll)

構文

'宣言
Public Property SchemaRowset As Guid 
    Get 
    Set
'使用
Dim instance As ForEachSchemaRowsetEnumerator 
Dim value As Guid 

value = instance.SchemaRowset

instance.SchemaRowset = value
public Guid SchemaRowset { get; set; }
public:
virtual property Guid SchemaRowset {
    Guid get () sealed;
    void set (Guid value) sealed;
}
abstract SchemaRowset : Guid with get, set 
override SchemaRowset : Guid with get, set
final function get SchemaRowset () : Guid 
final function set SchemaRowset (value : Guid)

プロパティ値

型: System.Guid
スキーマの GUID です。

実装

IDTSForEachSchemaRowsetEnumerator.SchemaRowset

関連項目

参照

ForEachSchemaRowsetEnumerator クラス

Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO 名前空間