ExtendedStoredProcedure.ID Property

 

Applies To: SQL Server 2016 Preview

Gets the system ID value that uniquely identifies the extended stored procedure.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase | SfcPropertyFlags.Matrix)]
public int ID { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::SqlAzureDatabase | SfcPropertyFlags::Matrix)]
property int ID {
    int get();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase | SfcPropertyFlags.Matrix)>]
member ID : int with get
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Matrix)>
Public ReadOnly Property ID As Integer

Property Value

Type: System.Int32

An Int32 value that specifies the ID value of the extended stored procedure.

Examples

Legacy Code Example

Working with Database Objects

See Also

ExtendedStoredProcedure Class
Microsoft.SqlServer.Management.Smo Namespace

Unable to find linked topic '062acf35-57cf-4181-83bf-363e3ba7e2a0'.

Return to top