Compartir a través de


Urn.Type Propiedad

Gets the type of the object identified by the Urn. 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 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 de la propiedad

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

Vea también

Referencia

Urn Clase

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