Namespace プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
詳細については、「Variable」を参照してください。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Public Overridable Property Namespace As String
Get
Set
'使用
Dim instance As VariableClass
Dim value As String
value = instance.Namespace
instance.Namespace = value
public virtual string Namespace { get; set; }
public:
virtual property String^ Namespace {
String^ get ();
void set (String^ value);
}
abstract Namespace : string with get, set
override Namespace : string with get, set
function get Namespace () : String
function set Namespace (value : String)