Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Defines the metadata persistence for linked objects.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("66508CE8-5ACB-482e-B808-04AE2B227391")> _
Public Enumeration PersistenceType
'Uso
Dim instance As PersistenceType
[GuidAttribute("66508CE8-5ACB-482e-B808-04AE2B227391")]
public enum PersistenceType
[GuidAttribute(L"66508CE8-5ACB-482e-B808-04AE2B227391")]
public enum class PersistenceType
[<GuidAttribute("66508CE8-5ACB-482e-B808-04AE2B227391")>]
type PersistenceType
public enum PersistenceType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| All | Specifies all the <languageKeyword>persistencetype</languageKeyword> | |
| Metadata | Specifies that the metadata is static on the Subscriber side. | |
| NotPersisted | Specifies that the metadata is dynamically updated on the Subscriber side. |
Comentarios
Nuevo: ? 17 de julio de 2006
If persisted metadata in the Subscriber differs from metadata in the remote object, an error is raised on the Subscriber. The data bindings should be adjusted manually to fix the error.