Share via


ForEachSchemaRowsetEnumerator.SchemaRowset Property

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
Public Property SchemaRowset As Guid
public Guid SchemaRowset { get; set; }
public:
virtual property Guid SchemaRowset {
    Guid get () sealed;
    void set (Guid value) sealed;
}
/** @property */
public final Guid get_SchemaRowset ()

/** @property */
public final void set_SchemaRowset (Guid value)
public final function get SchemaRowset () : Guid

public final function set SchemaRowset (value : Guid)

Property Value

The GUID of the schema.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ForEachSchemaRowsetEnumerator Class
ForEachSchemaRowsetEnumerator Members
Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO Namespace