StoredProcedureParameter.Parent プロパティ

StoredProcedureParameter オブジェクトの親である StoredProcedure オブジェクトを取得します。

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

構文

'宣言
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
Public Property Parent As StoredProcedure 
    Get 
    Set
'使用
Dim instance As StoredProcedureParameter 
Dim value As StoredProcedure 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)]
public StoredProcedure Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::Design)]
public:
property StoredProcedure^ Parent {
    StoredProcedure^ get ();
    void set (StoredProcedure^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)>]
member Parent : StoredProcedure with get, set
function get Parent () : StoredProcedure 
function set Parent (value : StoredProcedure)

プロパティ値

型: Microsoft.SqlServer.Management.Smo.StoredProcedure
StoredProcedureParameter オブジェクトの親である StoredProcedure オブジェクトです。

使用例

ストアド プロシージャの作成、変更、および削除

関連項目

参照

StoredProcedureParameter クラス

Microsoft.SqlServer.Management.Smo 名前空間