Metoda ConnectionSettings.ThrowIfPropertyNotSet (String, String, Boolean)
Jeśli właściwość określonego połączenia jest null lub null opcjonalnie, zgłasza wyjątek.
Przestrzeń nazw: Microsoft.SqlServer.Management.Common
Zestaw: Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)
Składnia
'Deklaracja
Protected Function ThrowIfPropertyNotSet ( _
propertyName As String, _
str As String, _
checkEmpty As Boolean _
) As String
'Użycie
Dim propertyName As String
Dim str As String
Dim checkEmpty As Boolean
Dim returnValue As String
returnValue = Me.ThrowIfPropertyNotSet(propertyName, _
str, checkEmpty)
protected string ThrowIfPropertyNotSet(
string propertyName,
string str,
bool checkEmpty
)
protected:
String^ ThrowIfPropertyNotSet(
String^ propertyName,
String^ str,
bool checkEmpty
)
member ThrowIfPropertyNotSet :
propertyName:string *
str:string *
checkEmpty:bool -> string
protected function ThrowIfPropertyNotSet(
propertyName : String,
str : String,
checkEmpty : boolean
) : String
Parametry
- propertyName
Typ: System.String
Ciąg określający nazwę właściwość połączenia, takie jak "Logowania".
- str
Typ: System.String
A String obiekt, który zawiera wartość właściwość.
- checkEmpty
Typ: System.Boolean
TRUE , jeśli chcesz sprawdzić wartość właściwość dla pusty ciąg znaków lub wartość null; FALSE , aby sprawdzić, czy tylko wartości null.
Wartość zwracana
Typ: System.String
Jeśli właściwość nie jest zestaw, ta metoda wygeneruje PropertyNotSetException.W przeciwnym przypadku metoda zwraca str wartość parametru.
Uwagi
Jeśli chcesz zgłosić wyjątek, jeśli wartość właściwość jest puste ciąg, ustaw checkEmpty parametr true.