Compartir a través de


CreatedBy Propiedad

Gets the authentication credentials of the user who created the condition.

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 CreatedBy As String
    Get
'Uso
Dim instance As Condition
Dim value As String

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

Valor de la propiedad

Tipo: System. . :: . .String
A String value that contains the authentication credentials of the user who created the condition.

Ejemplos

C#

System.Console.WriteLine(c.CreatedBy);

VB

System.Console.WriteLine(c.CreatedBy)