Propriedade ModifiedBy
Gets the authentication credentials of the user who last modified the condition.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ModifiedBy As String
Get
'Uso
Dim instance As Condition
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 da propriedade
Tipo: System. . :: . .String
A String value that contains the authentication credentials of the user who last modified the condition.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também