Proprietà IDTSForEachSchemaRowsetEnumerator.SchemaRowset
Gets or sets the GUID of the schema.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly: Microsoft.SqlServer.ForEachADOEnumerator (in Microsoft.SqlServer.ForEachADOEnumerator.dll)
Sintassi
'Dichiarazione
Property SchemaRowset As Guid
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Guid
The GUID of the schema.
Vedere anche
Riferimento
IDTSForEachSchemaRowsetEnumerator Interfaccia
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO