Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates the mode of the property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property PropertyMode As PropertyMode
Get
Set
'Usage
Dim instance As ObjectProperty
Dim value As PropertyMode
value = instance.PropertyMode
instance.PropertyMode = value
public PropertyMode PropertyMode { get; set; }
public:
property PropertyMode PropertyMode {
PropertyMode get ();
void set (PropertyMode value);
}
member PropertyMode : PropertyMode with get, set
function get PropertyMode () : PropertyMode
function set PropertyMode (value : PropertyMode)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.PropertyMode
The mode of the property.