Właściwość InvalidInOperatorException.OperatorType
Pobiera typ operator.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public Property OperatorType As String
Get
Set
'Użycie
Dim instance As InvalidInOperatorException
Dim value As String
value = instance.OperatorType
instance.OperatorType = value
public string OperatorType { get; set; }
public:
property String^ OperatorType {
String^ get ();
void set (String^ value);
}
member OperatorType : string with get, set
function get OperatorType () : String
function set OperatorType (value : String)
Wartość właściwości
Typ: System.String
A String wartość określająca typ operator.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.
Zobacz także