SqlDialogPage.PropertySheet Property

 

Applies To: SQL Server 2016 Preview

Gets SqlPropertySheet object if one exists; otherwise, creates a SqlPropertySheet object.

Namespace:   RadLangSvc
Assembly:  RadLangSvc (in RadLangSvc.dll)

Syntax

protected SqlPropertySheet PropertySheet { get; }
protected:
property SqlPropertySheet^ PropertySheet {
    SqlPropertySheet^ get();
}
member PropertySheet : SqlPropertySheet with get
Protected ReadOnly Property PropertySheet As SqlPropertySheet

Property Value

Type: RadLangSvc.SqlPropertySheet

Return Null.

See Also

SqlDialogPage Class
RadLangSvc Namespace

Return to top