Propriedade do RDL IDTSForEachADOEnumerator.Type
Gets or sets a value that indicates what type of object to enumerate over.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly: Microsoft.SqlServer.ForEachADOEnumerator (em Microsoft.SqlServer.ForEachADOEnumerator.dll)
Sintaxe
'Declaração
Property Type As ADOEnumerationType
Get
Set
'Uso
Dim instance As IDTSForEachADOEnumerator
Dim value As ADOEnumerationType
value = instance.Type
instance.Type = value
ADOEnumerationType Type { get; set; }
property ADOEnumerationType Type {
ADOEnumerationType get ();
void set (ADOEnumerationType value);
}
abstract Type : ADOEnumerationType with get, set
function get Type () : ADOEnumerationType
function set Type (value : ADOEnumerationType)
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO.ADOEnumerationType
A value from the ADOEnumerationType enumeration that indicates what to enumerate over.