Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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