ExtendedStoredProcedure.ExtendedProperties Property
Gets the extended properties of the extended stored procedure.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(ExtendedProperty))] public ExtendedPropertyCollection ExtendedProperties { get; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollectionAn ExtendedPropertyCollection object that specifies the extended properties of the ExtendedStoredProcedure object.
