MiningStructureColumnContents.KeyStandardContents Property

 

Applies To: SQL Server 2016 Preview

Gets the content type for a key column.

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

Syntax

public static string[] KeyStandardContents { get; }
public:
property array<String^>^ KeyStandardContents {
    static array<String^>^ get();
}
static member KeyStandardContents : string[] with get
Public Shared ReadOnly Property KeyStandardContents As String()

Property Value

Type: System.String[]

The content type for a key column.

See Also

MiningStructureColumnContents Class
Microsoft.AnalysisServices Namespace

Return to top