Поделиться через


Свойство Project.CreatorComputerName

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Property CreatorComputerName As String 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.String
The computer name.

См. также

Справочник

Project Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime