Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the assembly-qualified type name of the type converter object for the property.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
ReadOnly Property TypeConverter As String
Get
'Utilisation
Dim instance As IDTSProperty100
Dim value As String
value = instance.TypeConverter
string TypeConverter { get; }
property String^ TypeConverter {
String^ get ();
}
abstract TypeConverter : string
function get TypeConverter () : String
Valeur de propriété
Type : System.String
The assembly-qualified type name of the object that does type conversion.
Notes
For more information, see DtsProperty.