Partilhar via


Propriedade do RDL InvalidInOperatorException.OperatorType

Gets the operator type.

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

Sintaxe

'Declaração
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 da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Manipulando exceções SMO

Consulte também

Referência

InvalidInOperatorException Classe

Namespace Microsoft.SqlServer.Management.Dmf