Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the PerfMonMode property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property PerfMonMode As PerfMonMode
Get
Set
'Usage
Dim instance As Server
Dim value As PerfMonMode
value = instance.PerfMonMode
instance.PerfMonMode = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public PerfMonMode PerfMonMode { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
virtual property PerfMonMode PerfMonMode {
PerfMonMode get () sealed;
void set (PerfMonMode value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
abstract PerfMonMode : PerfMonMode with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
override PerfMonMode : PerfMonMode with get, set
final function get PerfMonMode () : PerfMonMode
final function set PerfMonMode (value : PerfMonMode)
Property Value
Type: Microsoft.SqlServer.Management.Smo.PerfMonMode
The PerfMonMode property value.