Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the Database object that is the parent of the NumberedStoredProcedure 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 NumberedStoredProcedureCollection
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 Database object that is the parent of the NumberedStoredProcedure object.