次の方法で共有


UserDefinedFunction.TableVariableName プロパティ

テーブル変数名を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property TableVariableName As String 
    Get 
    Set
'使用
Dim instance As UserDefinedFunction 
Dim value As String 

value = instance.TableVariableName

instance.TableVariableName = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public string TableVariableName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property String^ TableVariableName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member TableVariableName : string with get, set
function get TableVariableName () : String 
function set TableVariableName (value : String)

プロパティ値

型: System.String
テーブル変数名を示す String 値です。

使用例

プロパティの設定

関連項目

参照

UserDefinedFunction クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

ユーザー定義関数 (データベース エンジン)

CREATE FUNCTION (Transact-SQL)