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 命名空间