Compartilhar via


Construtor SfcObjectNotScriptableException (String)

Initializes a new instance of the SfcObjectNotScriptableException class with the specified error message. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String

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

Parâmetros