Compartir a través de


XmlReadProperty.ClrType Propiedad

Gets the CLR type value in the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property ClrType As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

XmlReadProperty Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc