Compartir a través de


SchemaRowset Propiedad

Gets or sets the GUID of the schema

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Ensamblado:  Microsoft.SqlServer.ForEachADOEnumerator (en Microsoft.SqlServer.ForEachADOEnumerator.dll)

Sintaxis

'Declaración
Public Property SchemaRowset As Guid
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Guid
The GUID of the schema.

Implementa

IDTSForEachSchemaRowsetEnumerator. . :: . .SchemaRowset