Compartir a través de


Project.CreatorName Propiedad

Gets or sets the name of the individual who created the project.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Property CreatorName As String 
    Get 
    Set
'Uso
Dim instance As Project 
Dim value As String 

value = instance.CreatorName

instance.CreatorName = value
public string CreatorName { get; set; }
public:
property String^ CreatorName {
    String^ get ();
    void set (String^ value);
}
member CreatorName : string with get, set
function get CreatorName () : String 
function set CreatorName (value : String)

Valor de la propiedad

Tipo: System.String
The name of the individual who created the project.

Vea también

Referencia

Project Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime