Type propriété
Gets or sets a value that indicates what type of object to enumerate over.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly : Microsoft.SqlServer.ForEachADOEnumerator (dans Microsoft.SqlServer.ForEachADOEnumerator.dll)
Syntaxe
'Déclaration
Property Type As ADOEnumerationType
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO. . :: . .ADOEnumerationType
A value from the ADOEnumerationType enumeration that indicates what to enumerate over.