Construtor SfcObjectNotFoundException (String)
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
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 SfcObjectNotFoundException(message)
public SfcObjectNotFoundException(
string message
)
public:
SfcObjectNotFoundException(
String^ message
)
new :
message:string -> SfcObjectNotFoundException
public function SfcObjectNotFoundException(
message : String
)
Parâmetros
- message
Tipo: System.String
A string value for the message.
Consulte também
Referência
SfcObjectNotFoundException Classe