Partilhar via


Propriedade do RDL IDTSForEachSchemaRowsetEnumerator.SchemaRowset

Gets or sets the GUID of the schema.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly:  Microsoft.SqlServer.ForEachADOEnumerator (em Microsoft.SqlServer.ForEachADOEnumerator.dll)

Sintaxe

'Declaração
Property SchemaRowset As Guid 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Guid
The GUID of the schema.

Consulte também

Referência

IDTSForEachSchemaRowsetEnumerator Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO