Propriété XmlReadProperty.ClrType

Gets the CLR type value in the property. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ClrType As String 
    Get
'Utilisation
Dim instance As XmlReadProperty 
Dim value As String 

value = instance.ClrType
public string ClrType { get; }
public:
property String^ ClrType {
    String^ get ();
}
member ClrType : string
function get ClrType () : String

Valeur de propriété

Type : System.String
The CLR type value in the property.

Voir aussi

Référence

XmlReadProperty Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc