Метод Urn.GetNameForType

Gets the name attribute from filter specified by the type parameter. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Function GetNameForType ( _
    type As String _
) As String
'Применение
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

Параметры

  • type
    Тип: System.String
    A string that specifies the level name.

Возвращаемое значение

Тип: System.String
A string value that specifies the name.

См. также

Справочник

Urn Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc