Partilhar via


Propriedade do RDL XmlReadProperty.ClrType

Gets the CLR type value in the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

XmlReadProperty Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc