Udostępnij przez


Właściwość ForEachSchemaRowsetEnumerator.SchemaRowset

Pobiera lub ustawia GUID schematu

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Zestaw:  Microsoft.SqlServer.ForEachADOEnumerator (w Microsoft.SqlServer.ForEachADOEnumerator.dll)

Składnia

'Deklaracja
Public Property SchemaRowset As Guid
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Guid
Identyfikator GUID schematu.

Implementacje

IDTSForEachSchemaRowsetEnumerator.SchemaRowset