Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the GUID of the schema.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly: Microsoft.SqlServer.ForEachADOEnumerator (in Microsoft.SqlServer.ForEachADOEnumerator.dll)
Syntax
'Declaration
Property SchemaRowset As Guid
Get
Set
'Usage
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)
Property Value
Type: System.Guid
The GUID of the schema.