ModifiedBy propriété
Gets the policy store authentication credentials of the user who last modified the policy.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ModifiedBy As String
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the policy store authentication credentials for the user who last modified the policy.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.