Compartir a través de


Urn.GetNameForType Método

Gets the name attribute from filter specified by the type parameter. 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 Function GetNameForType ( _
    type As String _
) As String
'Uso
Dim instance As Urn 
Dim type As String 
Dim returnValue As String 

returnValue = instance.GetNameForType(type)
public string GetNameForType(
    string type
)
public:
String^ GetNameForType(
    String^ type
)
member GetNameForType : 
        type:string -> string
public function GetNameForType(
    type : String
) : String

Parámetros

  • type
    Tipo: System.String
    A string that specifies the level name.

Valor devuelto

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

Vea también

Referencia

Urn Clase

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