Propriedade do RDL DesignTimeOnly
Gets a value that indicates whether the property can be set only at design time. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property DesignTimeOnly As Boolean
Get
'Uso
Dim instance As LocalizablePropertyDescriptor
Dim value As Boolean
value = instance.DesignTimeOnly
public override bool DesignTimeOnly { get; }
public:
virtual property bool DesignTimeOnly {
bool get () override;
}
abstract DesignTimeOnly : bool
override DesignTimeOnly : bool
override function get DesignTimeOnly () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the property can be set only at design time; otherwise, false.
Consulte também