Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the value of the referenced property.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Property LoginAuditLevel As AuditLevel
Get
Set
'Usage
Dim instance As ServerAdapterBase
Dim value As AuditLevel
value = instance.LoginAuditLevel
instance.LoginAuditLevel = value
public AuditLevel LoginAuditLevel { get; set; }
public:
virtual property AuditLevel LoginAuditLevel {
AuditLevel get () sealed;
void set (AuditLevel value) sealed;
}
abstract LoginAuditLevel : AuditLevel with get, set
override LoginAuditLevel : AuditLevel with get, set
final function get LoginAuditLevel () : AuditLevel
final function set LoginAuditLevel (value : AuditLevel)
Property Value
Type: Microsoft.SqlServer.Management.Smo.AuditLevel
A LoginAuditLevel value that contains the value of the referenced property option.