SchemaRowset 属性

Gets or sets the GUID of the schema.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
程序集:  Microsoft.SqlServer.ForEachADOEnumerator(在 Microsoft.SqlServer.ForEachADOEnumerator.dll 中)

语法

声明
Property SchemaRowset As Guid
    Get
    Set
用法
Dim instance As IDTSForEachSchemaRowsetEnumerator
Dim value As Guid

value = instance.SchemaRowset

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

属性值

类型:System. . :: . .Guid
The GUID of the schema.