Compartir a través de


Project.CreatorComputerName Propiedad

Gets or sets the name of the computer on which the project was created.

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

Sintaxis

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

value = instance.CreatorComputerName

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

Valor de la propiedad

Tipo: System.String
The computer name.

Vea también

Referencia

Project Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime