Compartir a través de


InvalidInOperatorException.OperatorType Propiedad

Gets the operator type.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Property OperatorType As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

InvalidInOperatorException Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf