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