共用方式為


IDTSForEachSchemaRowsetEnumerator.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.

請參閱

參考

IDTSForEachSchemaRowsetEnumerator 介面

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