Aracılığıyla paylaş


NumberedStoredProcedureParameterCollection.Parent Property

Gets the Database object that is the parent of the NumberedStoredProcedureParameterCollection object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public ReadOnly Property Parent As NumberedStoredProcedure
    Get
'Kullanım
Dim instance As NumberedStoredProcedureParameterCollection
Dim value As NumberedStoredProcedure

value = instance.Parent
public NumberedStoredProcedure Parent { get; }
public:
property NumberedStoredProcedure^ Parent {
    NumberedStoredProcedure^ get ();
}
member Parent : NumberedStoredProcedure
function get Parent () : NumberedStoredProcedure

Property Value

Type: Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure
A Database object that is the parent of the NumberedStoredProcedureParameterCollection object.

Examples

Using Collections

See Also

Reference

NumberedStoredProcedureParameterCollection Class

Microsoft.SqlServer.Management.Smo Namespace