Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the stream name of the connection manager.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Property StreamName As String
Get
Friend Set
'Применение
Dim instance As ConnectionManagerItem
Dim value As String
value = instance.StreamName
public string StreamName { get; internal set; }
public:
property String^ StreamName {
String^ get ();
internal: void set (String^ value);
}
member StreamName : string with get, internal set
function get StreamName () : String
internal function set StreamName (value : String)
Значение свойства
Тип: System.String
The stream name of the connection manager.