Compartir a través de


ProjectVersion.CreatedBy Propiedad

Gets the user the instance is created by.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property CreatedBy As String 
    Get
'Uso
Dim instance As ProjectVersion 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
The user the instance is created by.

Vea también

Referencia

ProjectVersion Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices