Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the operator type.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Property OperatorType As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A String value that specifies the operator type.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.