Compartir a través de


Policy.ModifiedBy Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ModifiedBy As String 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Establecer propiedades

Vea también

Referencia

Policy Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf