OlapConnectionProperties Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans baru kelas OlapConnectionProperties.
Overload
| OlapConnectionProperties() |
Menginisialisasi instans OlapConnectionProperties baru kelas dengan nilai properti default. |
| OlapConnectionProperties(IServerType) |
Menginisialisasi instans OlapConnectionProperties baru kelas dengan server induk yang ditentukan. |
OlapConnectionProperties()
Menginisialisasi instans OlapConnectionProperties baru kelas dengan nilai properti default.
public:
OlapConnectionProperties();
public OlapConnectionProperties ();
Public Sub New ()
Berlaku untuk
OlapConnectionProperties(IServerType)
Menginisialisasi instans OlapConnectionProperties baru kelas dengan server induk yang ditentukan.
public:
OlapConnectionProperties(Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ parentServer);
public OlapConnectionProperties (Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType parentServer);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.OlapConnectionProperties : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType -> Microsoft.SqlServer.Management.UI.ConnectionDlg.OlapConnectionProperties
Public Sub New (parentServer As IServerType)
Parameter
- parentServer
- IServerType
Metode yang membuat instans kontrol ini.