Proprietà Project.CreatorComputerName

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Property CreatorComputerName As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The computer name.

Vedere anche

Riferimento

Project Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime