Dimension.UnknownMemberTranslations Property
A collection of translations that provide a caption for an Unknown Member associated with a Dimension object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
<XmlArrayItemAttribute("UnknownMemberTranslation")> _
<XmlArrayAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property UnknownMemberTranslations As TranslationCollection
[XmlArrayItemAttribute("UnknownMemberTranslation")]
[XmlArrayAttribute]
[BrowsableAttribute(false)]
public TranslationCollection UnknownMemberTranslations { get; }
[XmlArrayItemAttribute(L"UnknownMemberTranslation")]
[XmlArrayAttribute]
[BrowsableAttribute(false)]
public:
property TranslationCollection^ UnknownMemberTranslations {
TranslationCollection^ get ();
}
/** @property */
public TranslationCollection get_UnknownMemberTranslations ()
public function get UnknownMemberTranslations () : TranslationCollection
Valor de propiedad
A collection of translations.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Dimension Class
Dimension Members
Microsoft.AnalysisServices Namespace