Freigeben über


Policy.ModifiedBy-Eigenschaft

Gets the policy store authentication credentials of the user who last modified the policy.

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ModifiedBy As String 
    Get
'Usage
Dim instance As Policy 
Dim value As String 

value = instance.ModifiedBy
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string ModifiedBy { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ ModifiedBy {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member ModifiedBy : string
function get ModifiedBy () : String

Eigenschaftswert

Typ: System.String
A String value that specifies the policy store authentication credentials for the user who last modified the policy.

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

Policy Klasse

Microsoft.SqlServer.Management.Dmf-Namespace