Share via


ResultTypeNotSupportedEnumeratorException.ResultType プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property ResultType As String 
    Get
'使用
Dim instance As ResultTypeNotSupportedEnumeratorException 
Dim value As String 

value = instance.ResultType
public string ResultType { get; }
public:
property String^ ResultType {
    String^ get ();
}
member ResultType : string
function get ResultType () : String

プロパティ値

型: System.String
結果の種類を表す文字列です。

関連項目

参照

ResultTypeNotSupportedEnumeratorException クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間