UnsupportedFeatureException 建構函式 (String)
Initializes a new instance of the UnsupportedFeatureException class with the specified message.
命名空間: 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
A String value that specifies the message for the Unsupported Feature Exception.
範例
請參閱
參考
UnsupportedFeatureException 類別
UnsupportedFeatureException 多載
Microsoft.SqlServer.Management.Smo 命名空間