プロシージャの名前を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property OptionValue As SchemaObjectName
Get
Set
'使用
Dim instance As QueueProcedureOption
Dim value As SchemaObjectName
value = instance.OptionValue
instance.OptionValue = value
public SchemaObjectName OptionValue { get; set; }
public:
property SchemaObjectName^ OptionValue {
SchemaObjectName^ get ();
void set (SchemaObjectName^ value);
}
member OptionValue : SchemaObjectName with get, set
function get OptionValue () : SchemaObjectName
function set OptionValue (value : SchemaObjectName)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
プロシージャの名前。