Costruttore SfcInvalidKeyException (String)

Initializes a new instance of the SfcInvalidKeyException class using the specified key name. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    keyName As String _
)
'Utilizzo
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
)

Parametri

  • keyName
    Tipo: System.String
    The name of the key that is not valid.

Vedere anche

Riferimento

SfcInvalidKeyException Classe

Overload SfcInvalidKeyException

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc