Partilhar via


Propriedade do RDL Urn.Type

Gets the type of the object identified by the Urn. 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 Type As String 
    Get
'Uso
Dim instance As Urn 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
A string value that specifies the type.

Consulte também

Referência

Urn Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc