Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the StoredProcedure object that is the parent of the StoredProcedureParameter object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As StoredProcedure
Get
'Usage
Dim instance As StoredProcedureParameterCollection
Dim value As StoredProcedure
value = instance.Parent
public StoredProcedure Parent { get; }
public:
property StoredProcedure^ Parent {
StoredProcedure^ get ();
}
member Parent : StoredProcedure
function get Parent () : StoredProcedure
Property Value
Type: Microsoft.SqlServer.Management.Smo.StoredProcedure
A StoredProcedure object that is the parent of the StoredProcedureParameter object.