Share via


Project.CreatorComputerName Property

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

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

Property Value

Type: System.String
The computer name.

See Also

Reference

Project Class

Microsoft.SqlServer.Dts.Runtime Namespace