SchemaRowset 속성
Gets or sets the GUID of the schema
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
어셈블리: Microsoft.SqlServer.ForEachADOEnumerator(Microsoft.SqlServer.ForEachADOEnumerator.dll)
구문
‘선언
Public Property SchemaRowset As Guid
Get
Set
‘사용 방법
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)
속성 값
유형: System. . :: . .Guid
The GUID of the schema.