SfcInvalidKeyException Constructor (String)
Initializes a new instance of the SfcInvalidKeyException class using the specified key name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub New ( _
keyName As String _
)
'Uso
Dim keyName As String
Dim instance As New SfcInvalidKeyException(keyName)
public SfcInvalidKeyException(
string keyName
)
public:
SfcInvalidKeyException(
String^ keyName
)
new :
keyName:string -> SfcInvalidKeyException
public function SfcInvalidKeyException(
keyName : String
)
Parámetros
- keyName
Tipo: System.String
The name of the key that is not valid.