หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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