UnsupportedFeatureException コンストラクター (String)
指定したメッセージを使用して、UnsupportedFeatureException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub New ( _
message As String _
)
'使用
Dim message As String
Dim instance As New UnsupportedFeatureException(message)
public UnsupportedFeatureException(
string message
)
public:
UnsupportedFeatureException(
String^ message
)
new :
message:string -> UnsupportedFeatureException
public function UnsupportedFeatureException(
message : String
)
パラメーター
- message
型: System. . :: . .String
Unsupported Feature 例外のメッセージを示す String 値です。