Freigeben über


InvalidInOperatorException.OperatorType-Eigenschaft

Gets the operator type.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Property OperatorType As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
A String value that specifies the operator type.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiele

Behandeln von SMO-Ausnahmen

Siehe auch

Verweis

InvalidInOperatorException Klasse

Microsoft.SqlServer.Management.Dmf-Namespace