次の方法で共有


SfcObjectNotFoundException コンストラクター (String)

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

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

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String

Dim instance As New SfcObjectNotFoundException(message)
public SfcObjectNotFoundException(
    string message
)
public:
SfcObjectNotFoundException(
    String^ message
)
new : 
        message:string -> SfcObjectNotFoundException
public function SfcObjectNotFoundException(
    message : String
)

パラメーター