ForEachSchemaRowsetEnumerator.SchemaRowset 属性

Gets or sets the GUID of the schema

命名空间:  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
The GUID of the schema.

实现

IDTSForEachSchemaRowsetEnumerator.SchemaRowset

请参阅

参考

ForEachSchemaRowsetEnumerator 类

Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO 命名空间