共用方式為


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 命名空間