ExtendedProperty.Namespace Property
Gets or sets the namespace associated with this information.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
'Декларация
Public Property Namespace As String
public string Namespace { get; set; }
public:
property String^ Namespace {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Namespace ()
/** @property */
public void set_Namespace (String value)
public function get Namespace () : String
public function set Namespace (value : String)
A String that contains a namespace.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
ExtendedProperty Class
ExtendedProperty Members
Microsoft.SqlServer.Dts.Runtime Namespace