Partilhar via


Propriedade do RDL XmlReadProperty.DbType

Gets the specified type of database. 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 DbType As String 
    Get
'Uso
Dim instance As XmlReadProperty 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
A string that represents the type of database.

Consulte também

Referência

XmlReadProperty Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc