Partager via


Propriété Project.CreatorComputerName

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property CreatorComputerName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The computer name.

Voir aussi

Référence

Project Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime