GetCatTypeName 方法

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Gets a String value that specifies the name of the category type.

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Function GetCatTypeName ( _
    ct As CategoryType _
) As String
用法
Dim ct As CategoryType
Dim returnValue As String

returnValue = Me.GetCatTypeName(ct)
protected string GetCatTypeName(
    CategoryType ct
)
protected:
String^ GetCatTypeName(
    CategoryType ct
)
member GetCatTypeName : 
        ct:CategoryType -> string 
protected function GetCatTypeName(
    ct : CategoryType
) : String

返回值

类型:System. . :: . .String
A String value that specifies the name of the category type: LOCAL, MULTI-SERVER, or NONE.