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


Свойство IDTSPackage100.CreatorComputerName

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

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

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

Синтаксис

'Декларация
Property CreatorComputerName As String 
    Get 
    Set
'Применение
Dim instance As IDTSPackage100 
Dim value As String 

value = instance.CreatorComputerName

instance.CreatorComputerName = value
string CreatorComputerName { get; set; }
property String^ CreatorComputerName {
    String^ get ();
    void set (String^ value);
}
abstract CreatorComputerName : string with get, set
function get CreatorComputerName () : String 
function set CreatorComputerName (value : String)

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

Тип: System.String
The name of the computer on which the package was created.

Замечания

This interface is implemented by the Package and PackageNeutral interfaces.

См. также

Справочник

IDTSPackage100 Интерфейс

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