SfcRegistration.GetRegisteredDomainForType メソッド (String)
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Shared Function GetRegisteredDomainForType ( _
fullTypeName As String _
) As String
'使用
Dim fullTypeName As String
Dim returnValue As String
returnValue = SfcRegistration.GetRegisteredDomainForType(fullTypeName)
public static string GetRegisteredDomainForType(
string fullTypeName
)
public:
static String^ GetRegisteredDomainForType(
String^ fullTypeName
)
static member GetRegisteredDomainForType :
fullTypeName:string -> string
public static function GetRegisteredDomainForType(
fullTypeName : String
) : String
パラメーター
- fullTypeName
型: System.String
Type の完全な名前です。
戻り値
型: System.String
特定の型のドメイン名です。