Construtor SfcMetadataException (String)
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 SfcMetadataException(message)
public SfcMetadataException(
string message
)
public:
SfcMetadataException(
String^ message
)
new :
message:string -> SfcMetadataException
public function SfcMetadataException(
message : String
)
Parâmetros
- message
Tipo: System.String
The string value of message.