Storage location of the entity. DATATYPE: String.
Public Property StorageLocation() As Variant
Dim MyEntity As Entity Dim StorLoc As String = "SQLSVR-7" MyEntity.StorageLocation = StorLoc