Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the design default value of the parameter.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property DesignDefaultValue As Object
Get
'Usage
Dim instance As ParameterInfo
Dim value As Object
value = instance.DesignDefaultValue
[SfcPropertyAttribute(Data = true)]
public Object DesignDefaultValue { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Object^ DesignDefaultValue {
Object^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member DesignDefaultValue : Object
function get DesignDefaultValue () : Object
Property Value
Type: System.Object
The design default value.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace