Proprietà ViewerType
Gets the viewer recommended to view the results of this mining service.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ViewerType As String
Get
'Utilizzo
Dim instance As MiningService
Dim value As String
value = instance.ViewerType
public string ViewerType { get; }
public:
property String^ ViewerType {
String^ get ();
}
member ViewerType : string
function get ViewerType () : String
Valore proprietà
Tipo: System. . :: . .String
A String containing the type name.
Vedere anche