Metoda ThrowIfPropertyNotSet (String, String)
Zgłasza wyjątek, jeśli właściwość określonego połączenia jest null lub pusty.
Przestrzeń nazw: Microsoft.SqlServer.Management.Common
Zestaw: Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Deklaracja
Protected Function ThrowIfPropertyNotSet ( _
propertyName As String, _
str As String _
) As String
'Użycie
Dim propertyName As String
Dim str As String
Dim returnValue As String
returnValue = Me.ThrowIfPropertyNotSet(propertyName, _
str)
protected string ThrowIfPropertyNotSet(
string propertyName,
string str
)
protected:
String^ ThrowIfPropertyNotSet(
String^ propertyName,
String^ str
)
member ThrowIfPropertyNotSet :
propertyName:string *
str:string -> string
protected function ThrowIfPropertyNotSet(
propertyName : String,
str : String
) : String
Parameters
- 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ść.
Wartość zwracana
Typ: System. . :: . .String
Jeśli ciąg jest null lub puste, ta metoda wygeneruje PropertyNotSetException. W przeciwnym przypadku metoda zwraca str wartość parametru.