ValidationRule.ID Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the validation identifier.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public int ID { get; }
public:
property int ID {
    int get();
}
member ID : int with get
Public ReadOnly Property ID As Integer

Property Value

Type: System.Int32

The id.

See Also

ValidationRule Class
Microsoft.AnalysisServices Namespace

Return to top