Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Initializes a new instance of the RegisteredServerException class with the specified message.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New RegisteredServerException(message)
public RegisteredServerException(
string message
)
public:
RegisteredServerException(
String^ message
)
new :
message:string -> RegisteredServerException
public function RegisteredServerException(
message : String
)
Parâmetros
- message
Tipo: System.String
A String value that specifies the message string for the Registered Server exception.
Consulte também
Referência
RegisteredServerException Classe