Project.CreatorComputerName プロパティ
プロジェクトが作成されたコンピューターの名前を取得します。値の設定も可能です。
名前空間: 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
コンピューター名。